type github.com/klauspost/compress/zstd.symbolTransform
6 uses
github.com/klauspost/compress/zstd (current package)
fse_encoder.go#L45: symbolTT []symbolTransform
fse_encoder.go#L49: type symbolTransform struct {
fse_encoder.go#L56: func (s symbolTransform) String() string {
fse_encoder.go#L96: s.ct.symbolTT = make([]symbolTransform, 256)
fse_encoder.go#L212: s.ct.symbolTT[val] = symbolTransform{
fse_encoder.go#L682: func (c *cState) init(bw *bitWriter, ct *cTable, first symbolTransform) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |